x86: minor cleanup to arch_memory_op()
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 13 Jan 2010 08:17:00 +0000 (08:17 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 13 Jan 2010 08:17:00 +0000 (08:17 +0000)
commita5f80565fbd6ea7041f9763861ddc0a1267fbc9e
treed19e2870b0c8c8eeb0c7cc2fd2b576be533bb461
parent9cf11a576cb635080ca96421cc4fb8db3607cfce
x86: minor cleanup to arch_memory_op()

There's a function-wide variable rc, so no need to re-declare it in
individual case handling blocks.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm.c